home *** CD-ROM | disk | FTP | other *** search
- onClipEvent(load){
- _root._quality = "low";
- _root.speed = 0;
- _root.speedMax = 6;
- _root.gameOver = 0;
- _root.lives = 4;
- _root.startText = "";
- _root.phase = 1;
- _root.gameReallyOver = 0;
- _root.bossFight = 0;
- _root.gameOn = 1;
- _root.dir = 1;
- _root.i = 100;
- _root.groundCount = 0;
- _root.littlestarCount = 0;
- _root.spikeCount = 1;
- _root.ceilingCount = 0;
- _root.stars2Count = 0;
- _root.cometCount = 0;
- _root.groundSpeed = 6;
- _root.blockCount = 0;
- _root.starsCount = 0;
- _root.spikeHeightAdd = 20;
- _root.score = 0;
- _root.spikeHeightMin = 90;
- _root.spikeChances = 4;
- _root.blockMax = 30;
- _root.groundHeightMin = 42;
- _root.invincTimer = 0;
- _root.invincMiniTimer = 0;
- _root.invincibility = 0;
- _root.groundHeightAdd = 30;
- blockTick = 0;
- scoreCount = 0;
- accumulated = 0;
- }
-